records
Statistische Quartiergruppen
Dataset schema
Click to expand Click to collapse
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
{
- "title":"statistische-quartiergruppen",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/statistische-quartiergruppen"
}
] - "definitions":{
- "statistische-quartiergruppen":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/statistische-quartiergruppen_records"
}
}
} - "records":
} - "properties":
- "statistische-quartiergruppen_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "gebiet_nr":,{
- "type":"integer",
- "title":"GEBIET_NR",
- "description":""
} - "gebiet_name":{
- "type":"string",
- "title":"GEBIET_NAME",
- "description":""
}
} - "gebiet_nr":
}
} - "fields":
} - "properties":
} - "statistische-quartiergruppen":
}